home *** CD-ROM | disk | FTP | other *** search
- Path: rs6000.cmp.ilstu.edu!not-for-mail
- From: edstanf@rs6000.cmp.ilstu.edu (Eric D. Stanfield)
- Newsgroups: comp.lang.c++
- Subject: Re: Could use some help...
- Date: 1 Mar 1996 15:15:39 GMT
- Organization: Illinois State University
- Message-ID: <4h74ar$j7p@thor.cmp.ilstu.edu>
- References: <4h632q$eij@thor.cmp.ilstu.edu> <DnL9o9.DE3@presby.edu>
- NNTP-Posting-Host: rs6000.cmp.ilstu.edu
- X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
-
- Jon Bell (jtbell@presby.edu) wrote:
- : Eric D. Stanfield <edstanf@rs6000.cmp.ilstu.edu> wrote:
- : > if(bingo_numbers[i] = start_numbers[j][k]) //THIS IS THE PROB
- : ^
- : |
- : I think this should be '=='.
- :
- : That bug bites me every once in a while, too!
- :
- : --
- : Jon Bell <jtbell@presby.edu>
-
- My goof. I typoed that while pasting into the window to post it.
- In the actual code I do use the == but the else statement a few lines
- below still won't work. Shrug.
-